Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ISearchResults::UrlEncodeItem Method
ISearchResults Interface | ISearchResults Interface | Send Feedback

UrlEncodeItem creates a url-encoded string describing the currently-selected item in search results.

[id(15), helpstring("method UrlEncodeItem")]
HRESULT UrlEncodeItem([out, retval] BSTR * pVal);
Remarks

The string returned from UrlEncodeItem can be inserted in an HTML link as part of the HREF. UrlDecodeItem can then be used to convert the string back into a search results item. For sample code demonstrating the use of these functions to implement efficient web-based searching, see the dtsearch.asp sample included with the dtSearch Engine. UrlEncodeItem and UrlDecodeItem only work with documents retrieved in an indexed search and cannot be used with the results of an unindexed search

Interface
Links
You are here: COM Interface > Interfaces > ISearchResults Interface > ISearchResults::UrlEncodeItem Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.